home *** CD-ROM | disk | FTP | other *** search
/ Your Choice 3 / Your Choice Software Collection 3.iso / prgmming / powbasic / ng_clone / start.bat < prev   
Encoding:
DOS Batch File  |  1992-05-21  |  110 b   |  8 lines

  1. @ECHO OFF
  2. IF NOT %1%!==! GOTO Main
  3. NG_CLONE /?
  4. GOTO End
  5. :Main
  6. NG_CLONE %1 %2 %3 %4 %5 %6 %7 %8 %9
  7. :End
  8.